home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / CD CHIP.ISO / WebServ / folkweb / SIMPLE.HT_ < prev    next >
Encoding:
Text File  |  1996-02-09  |  982 b   |  38 lines

  1. <head><title>A simple form example</title></head>
  2. <body>
  3. <H1>This is a simple form using cgi-lib.pl</H1>
  4. <HR>
  5. <form method="post" action="/cgi-bin/simple.pl/techctr/data_let/?data_let">
  6. <H2> Pop Quiz: </H2>
  7. What is thy name: <input name="name"><P>
  8. What is thy quest: <input name="quest"><P>
  9.  
  10. What is thy favorite color:
  11.  <select multiple name="color">
  12.  <option selected>chartreuse
  13.  <option>azure
  14.  <option>puce
  15.  <option>cornflower
  16.  <option>olive draub
  17.  <option>gunmetal
  18.  <option>indigo2
  19.  <option>blanched almond
  20.  <option>flesh
  21.  <option>ochre
  22.  <option>opal
  23.  <option>amber
  24.  <option>mustard
  25.  </select>
  26. <P>
  27.  
  28. What is the weight of a swallow: <input type="radio" name="swallow"
  29. value="african" checked> African Swallow or
  30. <input type="radio" name="swallow" value="continental"> Continental
  31. Swallow
  32. <P>
  33. What do you have to say for yourself <input name="text" size=60,5>
  34. <P>
  35. Press <input type="submit" value="here"> to submit your query.
  36. </form>
  37. </body>
  38.